The graphics address remapping table (GART), sometimes known as the graphics translation table (GTT)[1], is an I/O memory management unit (IOMMU) used by AGP and PCI Express graphics cards. The GART allows the graphics card direct memory access to the host system memory, through which buffers of textures, polygon meshes and other data are loaded. It's used as a means of data transfer between physical memory and video memory, but can also be used to expand the amount of video memory available for graphics cards -- particularly for cards with no dedicated video memory, such as Intel integrated graphics.
Jeff Hartmann served as the primary maintainer of the Linux agpgart driver, which began as part of Brian Paul's Utah-glx accelerated MesaGL driver project. The developers primarily targeted Linux 2.4.x kernels, but made patches available against older 2.2.x kernels. Dave Jones heavily reworked agpgart for the Linux 2.6x kernels, along with more contributions from Jeff Hartmann.[2]
In FreeBSD, the agpgart driver[3] appeared in FreeBSD 4.1.
AGPgart support was introduced into Solaris Express Developer Edition as of its 7/05 release.[4]